Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuRemoteDebugService Class Reference

#include <XFuRemoteDebugService.h>

List of all members.

Public Member Functions

virtual void remoteDebugReceive (const CHAR8 *aBuffer, INT32 aSize, INT32 aError)
virtual void remoteDebugReceive (const CHAR8 *aBuffer, INT32 aError)
virtual ~XFuRemoteDebugService ()

Protected Member Functions

 XFuRemoteDebugService ()


Constructor & Destructor Documentation

XFuRemoteDebugService::XFuRemoteDebugService   [inline, protected]
 

Constructor.

Definition at line 23 of file XFuRemoteDebugService.h.

virtual XFuRemoteDebugService::~XFuRemoteDebugService   [inline, virtual]
 

Destructor

Definition at line 42 of file XFuRemoteDebugService.h.


Member Function Documentation

virtual void XFuRemoteDebugService::remoteDebugReceive const CHAR8 *    aBuffer,
INT32    aError
[inline, virtual]
 

Receives data.

Parameters:
aBuffer holds pointer to null terminate received buffer string, minus the header.
aError holds error value if any.

Definition at line 38 of file XFuRemoteDebugService.h.

virtual void XFuRemoteDebugService::remoteDebugReceive const CHAR8 *    aBuffer,
INT32    aSize,
INT32    aError
[inline, virtual]
 

Receives data.

Parameters:
aBuffer holds pointer to received buffer.
aSize is size of the received buffer.
aError holds error value if any.

Definition at line 32 of file XFuRemoteDebugService.h.

Referenced by XFuRemoteDebug::receive().


The documentation for this class was generated from the following file:
   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch